|
mrfioc2
2.3.0
|
An un-bound, typed array property. More...
#include <object.h>


Public Types | |
| typedef void(C::* | setter_t) (const P *, epicsUInt32) |
| typedef epicsUInt32(C::* | getter_t) (P *, epicsUInt32) const |
Public Member Functions | |
| unboundProperty (const char *n, getter_t g, setter_t s) | |
| virtual const std::type_info & | type () const |
| virtual property< P[1]> * | bind (C *) |
| Binder for scalar instances. More... | |
Public Member Functions inherited from mrf::detail::unboundPropertyBase< C > | |
| virtual | ~unboundPropertyBase () |
Public Attributes | |
| const char *const | name |
| getter_t const | getter |
| setter_t const | setter |
An un-bound, typed array property.
| typedef epicsUInt32(C::* mrf::detail::unboundProperty< C, P[1]>::getter_t) (P *, epicsUInt32) const |
| typedef void(C::* mrf::detail::unboundProperty< C, P[1]>::setter_t) (const P *, epicsUInt32) |
|
inline |
|
inlinevirtual |
Binder for scalar instances.
Implements mrf::detail::unboundPropertyBase< C >.
|
inlinevirtual |
Implements mrf::detail::unboundPropertyBase< C >.
| getter_t const mrf::detail::unboundProperty< C, P[1]>::getter |
| const char* const mrf::detail::unboundProperty< C, P[1]>::name |
| setter_t const mrf::detail::unboundProperty< C, P[1]>::setter |
1.8.13